FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / SortableBindingList<T> Class / ApplySortCore Method
A System.ComponentModel.PropertyDescriptor that specifies the property to sort on.
One of the System.ComponentModel.ListSortDirection values.

In This Topic
    ApplySortCore Method (SortableBindingList<T>)
    In This Topic
    Sorts the items on the list based on a single property.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ApplySortCore( _
       ByVal prop As PropertyDescriptor, _
       ByVal direction As ListSortDirection _
    ) 
    protected override void ApplySortCore( 
       PropertyDescriptor prop,
       ListSortDirection direction
    )

    Parameters

    prop
    A System.ComponentModel.PropertyDescriptor that specifies the property to sort on.
    direction
    One of the System.ComponentModel.ListSortDirection values.
    See Also